projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eac9c13
)
comment typo
author
Joey Hess
<joeyh@joeyh.name>
Mon, 29 Sep 2025 14:46:51 +0000
(10:46 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Mon, 29 Sep 2025 14:46:51 +0000
(10:46 -0400)
Command/ImportFeed.hs
patch
|
blob
|
history
diff --git
a/Command/ImportFeed.hs
b/Command/ImportFeed.hs
index e36e72370204ece44a05bfae5954272a46f34f5c..e502915c414fb525d6f0993336158fe22edd0fac 100644
(file)
--- a/
Command/ImportFeed.hs
+++ b/
Command/ImportFeed.hs
@@
-645,7
+645,7
@@
feedState url = fromRepo $ gitAnnexFeedState $ fromUrl url Nothing False
fromFeedText :: T.Text -> B.ByteString
fromFeedText = TE.encodeUtf8
-{- Like Te
s
t.Feed.parseFeedFromFile, but ensures the close-on-exec bit is
+{- Like Te
x
t.Feed.parseFeedFromFile, but ensures the close-on-exec bit is
- set when opening the file. -}
parseFeedFromFile' :: OsPath -> IO (Maybe Feed)
parseFeedFromFile' fp = parseFeedString <$> utf8readfile fp